@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_8lxz3wbsfey.eot');
  src: url('//at.alicdn.com/t/font_995532_8lxz3wbsfey.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_8lxz3wbsfey.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_8lxz3wbsfey.woff') format('woff'), url('//at.alicdn.com/t/font_995532_8lxz3wbsfey.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_8lxz3wbsfey.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1300px;
  margin: 0 auto;
}
header {
  overflow: hidden;
  /*banner*/
}
header .banner {
  position: relative;
  width: 100%;
  height: 950px;
}
header .banner .top {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: slideInDown;
  animation-delay: 1s;
  position: absolute;
  width: 1300px;
  top: 0;
  left: 50%;
  margin-left: -650px;
  z-index: 100;
}
header .banner .top .cont {
  width: 1200px;
  margin: 0 auto;
  font-size: 0px;
}
header .banner .top .cont .logo {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
}
header .banner .top .cont nav {
  float: right;
  margin-top: 46px;
}
header .banner .top .cont nav ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 34px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header .banner .top .cont nav ul li > a {
  vertical-align: middle;
  font-size: 16px;
  line-height: 34px;
  padding: 0 30px;
  color: #ffffff;
}
header .banner .top .cont nav ul li:hover,
header .banner .top .cont nav ul li.on {
  background: #00a13e;
}
header .banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
header .banner .bd ul {
  width: 100% !important;
  height: 950px !important;
}
header .banner .bd ul li {
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
header .banner .bd ul li a {
  display: block;
  height: 950px;
  background-position: center;
  background-repeat: no-repeat;
}
header .banner > a {
  position: absolute;
  top: 440px;
}
header .banner > a .iconfont {
  font-size: 66px;
  font-weight: bold;
}
header .banner .prev {
  left: 6.6%;
}
header .banner .prev .iconfont {
  color: #000000;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
header .banner .next {
  right: 6.6%;
}
header .banner .next .iconfont {
  color: #c4e684;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.page {
  margin: 66px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}
.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev a {
  line-height: 26px;
}
.page ul li.next a {
  line-height: 26px;
}
.page ul .num.on,
.page ul .num:hover {
  background: #00a13e;
  border-color: #00a13e;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #ffffff;
}
footer {
  width: 100%;
  background: #3a3a3a;
  height: 160px;
}
footer .cont {
  font-size: 0px;
}
footer .cont .left {
  display: inline-block;
  vertical-align: top;
}
footer .cont .left .foot-nav ul {
  padding-top: 55px;
}
footer .cont .left .foot-nav ul li {
  display: inline-block;
  margin-right: 50px;
}
footer .cont .left .foot-nav ul li a {
  color: #d5d5d5;
  font-size: 17px;
  line-height: 1;
}
footer .cont .left p {
  color: #888888;
  font-size: 14px;
  line-height: 1;
  margin-top: 25px;
}
footer .cont .middle {
  display: inline-block;
  vertical-align: top;
  margin-left: 115px;
  padding-top: 30px;
}
footer .cont .middle p {
  color: #888888;
  font-size: 14px;
  line-height: 1;
}
footer .cont .middle p span {
  color: #d5d5d5;
}
footer .cont .middle > span {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
}
footer .cont .foot-logo {
  float: right;
  margin-top: 27px;
}
